home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1996 May / cd joy 71No13.iso / pc / demos / bam / install.cfg < prev    next >
Text File  |  1996-03-28  |  2KB  |  65 lines

  1. rem   This is the configuration file used to install BAM
  2. rem   =========================================================
  3.  
  4.     rem --- set the character that is used for background on the screen
  5.     rem   - good choices are ∞ ± ≤ . or a space
  6. SCREENFILLCHAR: "Blood & Magic by Tachyon Studios    ", -10
  7.  
  8.     rem --- set the colors that the end-user sees on the screen
  9.     rem   - your choices are: BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE
  10.     rem   - and you may add the modifier BRIGHT to intensify the selected color
  11. TITLEBACKGROUND : WHITE
  12. TITLEFOREGROUND : BLUE
  13. SCREENBACKGROUND: BLACK
  14. SCREENFOREGROUND: WHITE
  15. BOTTOMBACKGROUND: WHITE
  16. BOTTOMFOREGROUND: BLUE
  17. WINDOWBACKGROUND: BLUE
  18. WINDOWFOREGROUND: bright WHITE
  19. PROMPTBACKGROUND: red
  20. pROMPTFOREGROUND: BRIGHT WHITE
  21.  
  22.     rem --- the title that appears at the top of all screens
  23. TITLE: "Blood & Magic Non-Interactive Demo Installer"
  24.  
  25. BEGINFIRSTSCREEN
  26.  
  27.    Welcome to the Blood & Magic Non-Interactive Demo installer!
  28.  
  29.    If you are running under Windows 95, please exit this installer
  30.    and run INSTW95.EXE instead.  Otherwise..
  31.  
  32.    To obtain better performance, we are about to install this demo
  33.    onto your hard drive.  This will require 32 megs of free disk
  34.    space.
  35.  
  36.    If you prefer to run the demo directly from your CD-ROM instead,
  37.    you must do the following:
  38.  
  39.    1) Press the Escape key to exit this installer, followed by Y.
  40.    2) At the DOS prompt, move to your CD-ROM drive (probably by
  41.       typing either "D:" or "E:", and pressing ENTER).
  42.    3) Type DEMO and press ENTER.
  43.  
  44. ENDFIRSTSCREEN
  45.  
  46. rem --- check that the end user has a powerful enough CPU (8086, 80286,...)
  47. MINCPUTYPE: 80486
  48. rem --- set the default drive and directory for installation
  49. DEFAULTDIR: C:\INTRPLAY\BAMDEMO
  50. MINDISKSPACE: 32000000
  51.  
  52. FiLE: *.*, overwrite=yes
  53.  
  54. BEGINLASTSCREEN
  55.  
  56.   You have completed installation of the
  57.               Blood & Magic
  58.           Non-Interactive Demo.
  59.  
  60.  To see it, type "DEMO" at the DOS prompt.
  61.  
  62.         Press any key to continue.
  63.  
  64. ENDLASTSCREEN
  65.